home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / tls / tls584.txt.2 < prev   
Text File  |  1995-07-31  |  5KB  |  138 lines

  1. SCO Host Resources MIB Support
  2.  
  3. SCO OpenServer Release 5 includes support for the Host Resources
  4. MIB.  This is an SNMP MIB, based on IETF RFC1514.  This document
  5. describes what information is provided by SCO OpenServer Release
  6. 5 for each MIB entry.
  7.  
  8. The Host Resources MIB defines a uniform set of objects useful
  9. for the management of host computers.  Host computers are
  10. independent of the operating system, network services, or any
  11. software applications.
  12.  
  13. The Host Resources MIB defines objects which are common across
  14. many computer system architectures.
  15.  
  16. In addition, there are objects in the MIB-II which also provide
  17. host management functionality.  Implementation of the System and
  18. Interfaces groups is mandatory for implementors of the Host
  19. Resources MIB.  Implementations of the Host Resources MIB makes
  20. SCO systems manageable by SNMP management stations.
  21.  
  22. The following sections list the definitions included in the HR
  23. MIB.  The attributes are read-only unless noted otherwise.
  24.  
  25.  
  26. The Host Resources System Group
  27.  
  28.    hrSystemUptime - implemented 
  29.    hrSystemDate - implemented - attribute is writeable 
  30.    hrSystemInitialLoadDevice - implemented - attribute is writeable,
  31.            but changes are not stored. Subsequent access will reset the value 
  32.    hrSystemInitialLoadParameters - implemented - attribute is writeable,
  33.            but changes are not stored. Subsequent access will reset the values 
  34.    hrSystemNumUsers - implemented 
  35.    hrSystemProcesses - implemented 
  36.    hrSystemMaxProcesses - returns zero, as there is no fixed maximum 
  37.  
  38.  
  39.  
  40. The Host Resources Storage Group
  41.  
  42.    hrMemorySize - implemented 
  43.    hrStorageTable -implemented - includes streams buffers, swap areas,
  44.                                  and filesystems 
  45.       hrStorageEntry 
  46.          hrStorageIndex - implemented 
  47.          hrStorageType - implemented 
  48.          hrStorageDescr - implemented 
  49.          hrStorageAllocationUnits - implemented - filesystems and swap space
  50.                    have fixed-size allocation units (1K blocks),
  51.                    Streams buffers vary in size 
  52.          hrStorageSize - implemented 
  53.          hrStorageUsed - implemented 
  54.          hrStorageAllocationFailures - implemented for streams buffers only.
  55.              Other storage types always return zero 
  56.  
  57.  
  58.  
  59. The Host Resources Device Group
  60.  
  61.    hrDeviceTable -implemented - includes hard disks, floppy disks, CD-ROMs,
  62.               tape drives, mice and other pointing devices, video displays,
  63.                printers, networks, and processors 
  64.       hrDeviceEntry 
  65.          hrDeviceIndex - implemented 
  66.          hrDevicetype - implemented 
  67.          hrDeviceDescr - implemented 
  68.          hrDeviceID - returns 0.0 which means unknown 
  69.          hrDeviceStatus - varies for device type. Returns unknown in most cases.
  70.                    Returns running or down for processors. Returns down if a
  71.                    printer is not enabled. 
  72.          hrDeviceErrors - returns zero for all devices 
  73.          hrProcessorTable - this is potentially sparse, an entry only
  74.                   exists if the correspondent value of the hrDeviceType
  75.                   object is 'hrDeviceProcessor' 
  76.    hrProcessorTable 
  77.       hrProcessorEntry 
  78.          hrProcessorFrwID - returns 0.0 which means unknown 
  79.          hrProcessorLoad - implemented - it is implemented in such a way
  80.              that it shows the average over the last 20 minutes, not
  81.              the last 1 minute. Correct this by having cron(C) run
  82.              sadc(ADM) every minute. 
  83.    hrNetwork Table 
  84.       hrNetworkEntry 
  85.          hrNetworkIfIndex - implemented 
  86.    hrPrinterTable 
  87.       hrPrinterEntry 
  88.          hrPrinterStatus - returns unknown 
  89.          hrPrinterDetectedErrorState - If the printer is enabled and
  90.                   accepting jobs, this attribute returns 0; otherwise
  91.                   it returns 2 (bit 6 --off-line) 
  92.    hrDiskStorageTable 
  93.       hrDiskStorageEntry 
  94.          hrDiskStorageAccess - implemented 
  95.          hrDiskStorageMedia - implemented 
  96.          hrDiskStorageRemovable - implemented 
  97.          hrDiskStorageCapacity - implemented 
  98.    hrPartitionTable 
  99.       hrPartitionEntry 
  100.          hrPartitionIndex - implemented 
  101.          hrPartitionLabel - implemented 
  102.          hrPartitionID - implemented 
  103.          hrPartitionSize - implemented 
  104.          hrPartitionFSIndex - implemented 
  105.  
  106.  
  107.  
  108. The File System Table
  109.  
  110.    hrFSTable 
  111.       hrFSEntry 
  112.          hrFSIndex - implemented 
  113.          hrFSMountPoint -implemented 
  114.          hrFSRemoteMountPoint - implemented 
  115.          hrFSType -implemented 
  116.          hrFSAccess -implemented 
  117.          hrFSBootable - implemented 
  118.          hrFSStorageIndex - implemented 
  119.          hrFSLastFullBackupDate - returns unknown 
  120.          hrFSLastPartialBackupDate - returns unknown 
  121.  
  122.  
  123.  
  124. The Host Resources Running Software Group
  125.  
  126.    This optional group is not implemented on SCO systems at this time.
  127.  
  128.  
  129. The Host Resources Running Software Performance Group
  130.  
  131.    This optional group is not implemented on SCO systems at this time.
  132.  
  133.  
  134. The Host Resources Installed Software Group
  135.  
  136.    This optional group is not implemented on SCO systems at this time.
  137.  
  138.